Create
Version comparisonPer-version detail
Click a version below to see what changed in that release vs your current frame (2027).
Not present in: 2020, 2021, 2022, 2023
2027
current
AreaLoad.Create(Document, ElementId, IList<CurveLoop>, XYZ, AreaLoadType)
| document | Document | Document to which new area load will be added. |
| hostElemId | ElementId | The analytical surface host element id for the area Load. |
| loops | IList<CurveLoop> | The loops that define geometry of the area load. The curve loop collection should contains a closed loops consisting of lines. |
| forceVector | XYZ | The force vector applied to the 1st reference point of the area load. |
| symbol | AreaLoadType | The symbol of the AreaLoad. Set <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTC6B0D8AD_5"></span></span> to use default type. |
| → returns | nullNothingnullptr→AreaLoad | If successful, returns an object of the newly created AreaLoad. is returned if the operation fails. |